home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CDOS10.ARJ / PRJTYPE.H < prev    next >
Text File  |  1992-07-07  |  367b  |  16 lines

  1. #if !defined (PRJTYPE)            /* Prevents multiple declarations errors */
  2. #define PRJTYPE
  3.  
  4. /*
  5.    Description  : Standard type definitions for current project.
  6.    Project name :
  7. */
  8.  
  9.  
  10. /*----- Global Typedefs ---------------------------------------------------*/
  11.  
  12.  
  13. /*----- End Global Typedefs -----------------------------------------------*/
  14.  
  15. #endif
  16.